home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- ******* CALC *******
-
- - EXPRESSION CALCULATOR -
-
- Version 1.0
-
- Programmed by Kevin Solway
- September, 1991
-
-
-
- Purpose: I often want to be able to multiply a few numbers together
- without any fuss. That's what this program is for. But it
- will do a lot more than just multiply a few numbers
- together, it also performs trigonometric functions, as well
- as the normal calculator functions such as sqaure, square
- root, inverse, power, etc.
-
-
- Usage: calc [expression]
-
-
- For example,
-
- calc (on its own will display a help screen)
-
- calc 2 * 2 (will answer 4)
-
- calc (sqr(3.24)*2.34)/sin(23.34)
-
-
-
- ******************************************************************************
-
-
- LICENCE:
-
- Copyright (c) 1991 Kevin Solway. All rights reserved.
-
- This program is provided AS IS without warranty, expressed or implied.
-
-
- Users are encouraged to make as many copies as they like and to
- distribute them to whoever they choose.
-
- Consider using other programs of mine, including BREEZE (word
- processor/text editor) and TEXTLIFE (creates executable text viewing
- programs out of plain ascii text files).
-
-
- Suggestions are welcome.
-
- Kevin Solway
- PO Box 207
- St Lucia 4067
- Australia.
-
-
- *******************************************************************************
-
-